home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / mvp_soft / 1everest.zip / EVHELP.HLP < prev    next >
Text File  |  1995-05-01  |  3KB  |  115 lines

  1. ' evhelp.hlp
  2. ' rev: 1 May 1995 
  3. 'enum {HMAIN, HABOUT, HSUM, HCAMP, HCLIMB, HORDERS, HADJUST, 
  4. '      HWEATHER, HMONSOON, HNO_WEATHER, HNAMES, 
  5. '      HNO_SCEN, HNO_SAVE, HNO_HOF
  6.  
  7. ' used for all?
  8. data 10, 37, 10        :' HMAIN -- main screen -- show menu choices...
  9. data " Menu choices:
  10. data "  CLIMB    -- start a climb
  11. data "  TUTORIAL -- learn to climb
  12. data "  SAVED    -- resume a climb
  13. data "  PLAYER   -- player options
  14. data "  ALPINE   -- Hall of fame
  15. data "      
  16. data "  Press 'M' to toggle music
  17. data "  Press 'S' to toggle sounds    
  18. data "  Press 'V' to change volume
  19.  
  20. data 14, 30, 0          :' HABOUT
  21.  
  22. data "     EVEREST!
  23. data "      
  24. data " Designed & Programmed 
  25. data "   by Steve Estvanik 
  26. data "    Cascoly Software
  27. data "      
  28. data " Music & Sound effects by 
  29. data "   Wallace Music & Sound, Inc
  30. data "   
  31. data " Original photography 
  32. data "   by Steve Estvanik   
  33. data "   
  34. data " Additional graphics art 
  35. data "   by Wes Gray   
  36.  
  37. data 6, 30, 340        :' HSUM
  38. data "Shows current position of 
  39. data "climber and current strength.
  40. data "Yellow = normal
  41. data "White  = injured
  42. data "Red    = sick or critical
  43. data "Gray   = dead
  44.       
  45. data 8, 36, 320        :' HCAMP
  46. data "Shows camp details:
  47. data " # = number of climbers
  48. data " Stocks of eqpt at each camp 
  49. data " "
  50. data " Tents not shown if set up. 
  51. data " Supplies in packs not shown "
  52. data " "
  53. data " Shows losses, if any"
  54.  
  55. data 7, 33, 0        :' HCLIMB
  56. data "Click on camp to give orders to 
  57. data "  climbers, setup tents, 
  58. data "  get hints, or set goal
  59. data "
  60. data "Click elsewhere to get reports
  61. data "  or to start climbing
  62. data "
  63. data 6, 30, 0        :' HORDERS
  64. data "Orders for climbers:
  65. data "REST   -- stay in camp
  66. data "LEAD   -- try to reach current goal
  67. data "CARRY  -- bring up supplies 
  68. data "DESCEND-- move to lower camp
  69. data " "
  70. data 4, 40, 390        :' HADJUST
  71. data " Click on pack to remove equipment.
  72. data "
  73. data " Click on eqpt icon to move from 
  74. data "  camp to pack
  75.  
  76. data 4, 30, 350        :' HWEATHER
  77.       data " Weather: 
  78.       data " Black line: weather condition"
  79.       data " White area: snow depth"
  80.       data " Gray area: high camp reached"
  81.  
  82. data 10, 36, 30        :' HMONSOON
  83. data " Pick the season: 
  84. data " PREMONSOON
  85. data "   Spring: Settled weather
  86. data "   Chance of rain, but no major storms.
  87. data " POSTMONSOON
  88. data "   Autumn: Less settled weather
  89. data "   Lingering monsoon storms possible.
  90. data "   Early winter storms possible.
  91. data " WINTER
  92. data "   Expect bad weather of all types.
  93.  
  94. data 2, 36, 0        :' HNO_WEATHER
  95. data " Need the Deluxe version for 
  96. data " additional climb seasons. 
  97.  
  98. data 2, 30, 0        :' HNAMES
  99. data " Choose which player you want 
  100. data " to use for this function.
  101.  
  102. data 3, 30, 0        :' HNO_SCEN
  103. data "No climb was selected.
  104. data "Click on the image of the
  105. data "mountain you want to climb.
  106.  
  107. data 3, 30, 380        :' HNO_SAVE
  108. data "No climbs underway.
  109. data "You can save one of each 
  110. data "climb for each climber
  111.  
  112. data 1, 30, 0        :' HNO_HOF
  113. data "The Alpine Record is empty.
  114.  
  115.